home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 07q.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1999-03-11  |  205 b   |  11 lines

  1. on enterFrame
  2.   global gqtcurrenttime, gqtcurrentmovie
  3.   gqtcurrentmovie = "MSINT.MOV"
  4.   if gqtcurrenttime = 0 then
  5.     startmovieqt(gqtcurrentmovie)
  6.   else
  7.     pause()
  8.     gqtcurrenttime = 0
  9.   end if
  10. end
  11.